home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
vbsort
/
vbsort.bas
< prev
next >
Wrap
BASIC Source File
|
1991-07-08
|
299b
|
16 lines
'The following is a QuickSort routine for Visual Basic
'Nelson Ford
'Public (software) Library
'P.O.Box 35705
'Houston, TX 77235-5705
'713-524-6394
'CIS#:71355,470
'Note that you must change "List1." to the name of your List box.
Sub SortList_Click (slist1 As Control)
End Sub